SDK/J Authentication Package ver1.0
RICOH Confidential

jp.co.ricoh.dsdk.scard.framework.util
クラス RequestAPDU

java.lang.Object
  拡張jp.co.ricoh.dsdk.scard.framework.util.APDU
      拡張jp.co.ricoh.dsdk.scard.framework.util.RequestAPDU

public class RequestAPDU
extends APDU

アプリケーションからカードに送信するAPDUリクエストをカプセル化したクラスです.


フィールドの概要
 
クラス jp.co.ricoh.dsdk.scard.framework.util.APDU から継承したフィールド
buffer
 
コンストラクタの概要
RequestAPDU()
           RequestAPDUを生成し、nullのバッファで初期化します.
RequestAPDU(APDU apdu)
           RequestAPDUを生成し、指定されたAPDUで初期化します.
RequestAPDU(byte[] data)
           RequestAPDUを生成し、指定されたbyte配列で初期化します.
 
クラス jp.co.ricoh.dsdk.scard.framework.util.APDU から継承したメソッド
append, append, equals, getByte, getLength, hashCode, setByte, setLength, toBytes
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequestAPDU

public RequestAPDU()
RequestAPDUを生成し、nullのバッファで初期化します.


RequestAPDU

public RequestAPDU(APDU apdu)
RequestAPDUを生成し、指定されたAPDUで初期化します.

パラメータ:
apdu - APDU.

RequestAPDU

public RequestAPDU(byte[] data)
RequestAPDUを生成し、指定されたbyte配列で初期化します.

パラメータ:
data - APDUのbyte配列表現.

SDK/J Authentication Package ver1.0
RICOH Confidential